From 260f4196d08cd44f36369dc5606c080d114aa658 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Sun, 3 Aug 2025 12:45:58 -0600 Subject: [PATCH] clixon: Update to 7.5.0 Several new features including NACM support for mountpoints. See CHANGELOG.md Signed-off-by: Philip Prindeville --- utils/clixon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/clixon/Makefile b/utils/clixon/Makefile index 9436fdbd34..2ce4233eb1 100644 --- a/utils/clixon/Makefile +++ b/utils/clixon/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clixon -PKG_VERSION:=7.4.0 +PKG_VERSION:=7.5.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/clicon/$(PKG_NAME)/tar.gz/$(PKG_VERSION)? -PKG_HASH:=8801625a2fc2572bb0d318227f1d6b04dfe52eae110b4919080a3fc16a9d9636 +PKG_HASH:=e05c9697ce9c278e2f29d7152722d72610555a11220349f3275aa64de59bc674 PKG_MAINTAINER:=Olof Hagsand , Philip Prindeville PKG_LICENSE:=Apache-2.0 -- 2.30.2